saroute.cc navicache.cc psitrex.cc delgpl.cc \
ozi.cc text.cc html.cc netstumbler.cc \
igc.cc brauniger_iq.cc shape.cc hiketech.cc glogbook.cc \
- vcf.cc xhtmlent.cc lowranceusr.cc an1.cc tomtom.cc \
+ vcf.cc lowranceusr.cc an1.cc tomtom.cc \
tef_xml.cc maggeo.cc vitosmt.cc gdb.cc bcr.cc \
ignrando.cc stmwpp.cc cst.cc nmn4.cc compegps.cc \
yahoo.cc unicsv.cc wfff_xml.cc garmin_txt.cc gpssim.cc \
saroute.o navicache.o psitrex.o delgpl.o \
text.o html.o netstumbler.o \
igc.o brauniger_iq.o shape.o hiketech.o glogbook.o \
- vcf.o xhtmlent.o lowranceusr.o an1.o tomtom.o \
+ vcf.o lowranceusr.o an1.o tomtom.o \
tef_xml.o maggeo.o vitosmt.o bcr.o \
ignrando.o stmwpp.o cst.o nmn4.o compegps.o \
yahoo.o unicsv.o wfff_xml.o garmin_txt.o gpssim.o \
int usb_release_interface(usb_dev_handle *dev, int interface)
{
struct darwin_dev_handle *device;
+ (void) interface;
io_return_t result;
if (!dev)
int usb_os_determine_children(struct usb_bus *bus)
{
+ (void) bus;
/* Nothing yet */
return 0;
}
int usb_get_string_simple(usb_dev_handle *dev, int index, char *buf, size_t buflen)
{
char tbuf[255]; /* Some devices choke on size > 255 */
- int ret, langid, si, di;
+ int ret, langid, si;
/*
* Asking for the zero'th index is special - it returns a string
if (tbuf[0] > ret)
return -EFBIG;
+ unsigned di;
for (di = 0, si = 2; si < tbuf[0]; si += 2) {
if (di >= (buflen - 1))
break;
<ClCompile Include="wfff_xml.cc" />\r
<ClCompile Include="wintec_tes.cc" />\r
<ClCompile Include="xcsv.cc" />\r
- <ClCompile Include="xhtmlent.cc" />\r
<ClCompile Include="xmlgeneric.cc" />\r
<ClCompile Include="src\core\xmlstreamwriter.cc" />\r
<ClCompile Include="xmltag.cc" />\r
</ItemGroup>\r
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
<ImportGroup Label="ExtensionTargets" />\r
-</Project>
\ No newline at end of file
+</Project>\r